/*
* Print styles
*
*/
#logo a,
#leftNav,
#pageHeader nav,
h2.showHideTrigger span,
#departments,
#footer-nav,
#weather-sm-give,
p.weather,
#rightSidebar,
#pageHeader h1,
a.post-edit-link,
#un-button.un-left.css3,
#section-image,
#carousel {
	display: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: Helvetica;
}

h1.assistive-text {
	margin-bottom: 0;
}

#logo {
	position: relative;
	width: 10%;
	height: auto;
	margin: 0 auto 1em;
}
#logo img#print-logo {
	width: 100%;
	height: auto;
	
}

#content-wrapper {
 	max-width: 100%;
 	padding: 0;
}

#breadcrumb {
	padding: 0.5em 0;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 2px 0;
	margin: 0;
	max-width: 100%;
}

#breadcrumb p {
	max-width: 100%;
	padding: 0;
}

#content,
#content.with-sidebar {
	width: 100%;
	border: none;
	padding: 1em 0 0 0;
	max-width: 100%;
	line-height: 1.4;
}

body.page-template-page-section-home-php #content header + p {
	color: #000;
}

#content.with-sidebar > div,
#content > div {
	padding: 0;
}

div.collapsible-content {
	display: block !important;
}
#pageFooter {
	border-top: 2px solid #999;
	padding-top: 1em;
}

#footerLeft p {
	font-size: 1em;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
}